/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      binary;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    bottom
    {
        type            symmetryPlane;
        inGroups        List<word> 1(symmetryPlane);
        nFaces          260;
        startFace       84340;
    }
    top
    {
        type            symmetryPlane;
        inGroups        List<word> 1(symmetryPlane);
        nFaces          260;
        startFace       84600;
    }
    inlet
    {
        type            patch;
        nFaces          120;
        startFace       84860;
    }
    outlet
    {
        type            patch;
        nFaces          120;
        startFace       84980;
    }
    ellipse
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          160;
        startFace       85100;
    }
    frontAndBack
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          84800;
        startFace       85260;
    }
)

// ************************************************************************* //
